home *** CD-ROM | disk | FTP | other *** search
/ Canadian Geographic Explorer / Canadian Geographic Explorer.iso / pc / riddler.dxr / 00033_Times Up script.ls < prev    next >
Encoding:
Text File  |  1996-10-03  |  381 b   |  9 lines

  1. on exitFrame
  2.   global gVoiceChannel, gSoundFXChannel, gPathToSound, fileDelimiter, gCurrQString, gValueSprite
  3.   sound playFile gSoundFXChannel, gPathToSound & "soundfx" & fileDelimiter & "buzzer.aif"
  4.   sound playFile gVoiceChannel, gPathToSound & "rules" & fileDelimiter & "R400" & random(3) + 5 & ".aif"
  5.   repeat while soundBusy(gVoiceChannel)
  6.   end repeat
  7.   go("Play Round")
  8. end
  9.